You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
TMtxInt Class
>
TMtxInt Methods
>
ValuesToText Method
>
TMtxInt.ValuesToText Method (out string, int, int, int, int, [In] string)
Dew Math for .NET
TMtxInt.ValuesToText Method (out string, int, int, int, int, [In] string)
TMtxInt Class
TMtxInt Members
Dew.Math Namespace
ValuesToText Method
Collapse All
Converts Row..Col to Row+RowCount..Col+ColCount matrix elements to string.
Syntax
C#
Visual Basic
public
void
ValuesToText
(
out
string
Text
,
int
Row
,
int
Col
,
int
RowCount
,
int
ColCount
, [In]
string
Delimiter
);
Public
Function
ValuesToText
(
Text
As
out
string
,
Row
As
Integer
,
Col
As
Integer
,
RowCount
As
Integer
,
ColCount
As
Integer
,
Delimiter
As
[In]
string
= kTab)
As
void
Group
ValuesToText Method
Links
TMtxInt Class
,
TMtxInt Members
,
Dew.Math Namespace
,
ValuesToText Method
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!